home *** CD-ROM | disk | FTP | other *** search
- -- card: 60385 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 4507
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=318 top=180 right=198 bottom=341
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- setCrossReference
- go to card id 114689
- end mouseUp
-
-
-
- -- part contents for background part 2
- ----- text -----
- Param (get a single parameter)
-
- -- part contents for background part 1
- ----- text -----
- param(<number>)
-
- Return a single argument. <Number> is the position of the argument—param(0) is the command name, param
- (1) is the first word after it, etc. Works with paramCount to allow you to pass variable length parameters. See paramCount.*
-
- on goBack -- go back N cards
- repeat param(1) -- what number did she type?
- go previous -- go back that many cards
- end repeat
- end goBack
-
- -- part contents for background part 43
- ----- text -----
- 337,169